* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* Head for About */

.About-hed {
    margin-top: 60px;
    height: 412px;
    background-image: url(heading-About\ Us.jpg);
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

.About-hed h1 {
    text-decoration: underline;
}

/* Hero */

.hero-one {
    color: #620f0f;
    display: flex;
    margin-top: 100px;
}

.hed {
    margin-top: 30px;
    margin-left: 100px;
    font-size: 18px;
}

.hero-one samp {
    color: #ff008c;
}

.super {
    color: #620f0f;
}

/* .PPSD SUPER 6 */

.PPSD-super {
    margin-top: 50px;
}

.PPSD-super2 {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
}

.ppsd {
    padding: 30px;
    background-color: #ea0000;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ppsd h2 {
    color: #fff900;
}

.ppsd h4 {
    color: #fff900;
    font-size: 10px;
    margin-bottom: 10px;
}

.ppsd p {
    color: #fff;
    font-weight: bold;
}

.ppwsd {
    display: flex;
    justify-content: center;
}

.ppwsd2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

.ppwsd2 h1 {
    color: #ea0000;
    font-size: 50px;
    text-align: center;
    padding-bottom: 10px;
}

.ppwsd2 h2 {
    text-align: center;
    color: #06066e;
}

.ppwsd2 h2 samp {
    color: #ea0000;
}

.video {
    text-align: center;
}

/* PPSD Training Ststem */
.PPSD-T-S {
    text-align: center;
    margin-top: 100px;
}

.PPSD-T-S h1 {
    color: #ea0000;
    font-size: 30px;
}

/* Rangrej Pattern */

.Rangrej-Pattern {
    margin-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.Rangrej-Pattern h1 {
    text-align: center;
    color: #ea0000;
    font-size: 45px;
}

.Rangrej-Pattern p {
    margin-top: 30px;
    line-height: 24px;
    color: #620f0f;
    font-weight: 600;
}

@media (max-width:425px) {
    .hero-one {
        flex-direction: column;
    }

    .hed {
        margin-left: 50px;
    }

    .super img {
        /* margin-left: 20px; */
        width: 100%;
    }

    .PPSD-super2 {
        margin-bottom: 0px;
        padding: 0;
        flex-direction: column;
    }

    .ppsd {
        margin: 10px 20px;
    }

    .ppwsd {
        flex-direction: column;
        margin: 100px 0;
    }

    .PPSD-T-S img {
        width: -webkit-fill-available;
    }

    .Rangrej-Pattern h1 {
        font-size: 43px;
    }
}